home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / Stack < prev    next >
Text File  |  1997-04-10  |  1KB  |  53 lines

  1.  
  2.  
  3.  
  4.      Stack(V1.3 in c:) (2.x/3.x internal)
  5.  
  6.  
  7.      NAME
  8.           Stack - Set or display the current stack size.
  9.  
  10.      SYNOPSIS
  11.           Stack Size
  12.  
  13.      DESCRIPTION
  14.  
  15.             Stack is used to set aside a certain amount of memory 
  16.         for the active CLI. This memory area is a buffer area 
  17.         used by programs to work in. The default stack size is 
  18.         4000 bytes, which is enough for most programs. If the 
  19.         stack is too small the program won't run.
  20.  
  21.             Many programs require more stack than the default 
  22.         setting of the Amiga's stack will give them.  You can use 
  23.         this command to display the current amount of stack (by 
  24.         using Stack without an argument), or you can change the 
  25.         current amount of stack by providing an integer argument 
  26.         to stack.
  27.  
  28.             You can check the stack size of all active system 
  29.         tasks by using the Status command.
  30.  
  31.  
  32.      KEYWORDS
  33.  
  34.         Size
  35.             The bytes of memory set aside that you wish to assign 
  36.         as stack space for the currently active CLI. If you don't 
  37.         use the Size keyword, then the current stack size is 
  38.         displayed.
  39.  
  40.  
  41.      EXAMPLE
  42.           1. To obtain a good healthy stack for programs:
  43.  
  44.  
  45.                  Stack 10240
  46.  
  47.  
  48.           2. To display the stack size of the currently active
  49.              CLI:
  50.  
  51.                
  52.                  Stack
  53.